home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / instools / prelude.zip / LINGUA13.EXE / ENGLISH.TXT < prev    next >
Text File  |  1993-04-26  |  397b  |  24 lines

  1. #english.txt
  2. #empty string
  3. ZEROTH     -
  4. #normal strings
  5. FIRST     one
  6. SECOND    two times
  7. #array
  8. THIRD[    three
  9. [         four
  10. [         five
  11. [         -
  12. [         seven
  13. #leading and trailing spaces
  14. EIGHTH    __eight__
  15. #FILE
  16. #normal string again
  17. NINTH     nine
  18. #multi line string
  19. TENTH/    this is
  20. /         a multiline
  21. /         tenth string
  22. #that's it!
  23. ELEVEN    eleven
  24.